This sample shows you how to customize the toolbar
of the desktop.

This customization adds a new button to the toolbar.
The button is always activated. If you select it,
all media agent become ready.

To install this sample, follow these steps:
1. Create a directory "custom/" in the Genesys Desktop
   Application directory "webapps/gdesktop/".
2. Copy the files "custom.xml", "btnready_up.gif",
   "btnready_down.gif", "btnready_disable.gif",
   "btnready_focus.gif", "readyplace.jsp" and "empty.htm" 
   from this sample folder and pastethem into the "custom/"
   directory that you have just created.
3. Copy the file "custom.properties" from the directory
   "webapps/gdesktop/WEB-INF/classes/" and paste it into
   the "custom/" directory that you have just created.
4. Modify the file "webapps/gdesktop/WEB-INF/web.xml"
   by specifying the "/custom/custom.xml" file in the
   "customFile" parameter of the "initUAD" servlet tag.
